home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / AppleScript / Sample Scripts / AppleScript Samples / Numerics / Set decimal precision / Set decimal precision.rsrc / TEXT_1128.txt < prev    next >
Encoding:
Text File  |  1993-12-08  |  142 b   |  3 lines

  1. This  handler truncates a specified number to a specified number of places. 
  2. i.e. truncateToXPlaces(3.4567, 2) => 3.45
  3. Written by Donald Olson